home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / TALK.Dxr / 00038.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  282 b   |  19 lines

  1. on exitFrame
  2.   if rollOver(13) then
  3.     cursor(280)
  4.   else
  5.     if rollOver(14) then
  6.       cursor(280)
  7.     else
  8.       cursor(-1)
  9.     end if
  10.   end if
  11.   puppetSprite(12, 1)
  12.   if the movieRate of sprite 12 <> 0 then
  13.     go("MVST8")
  14.   else
  15.     go(the frame)
  16.   end if
  17.   go(the frame)
  18. end
  19.